home *** CD-ROM | disk | FTP | other *** search
- From: LittleGuyRascal@msn.com (Gregory Saxton)
- Subject: RE: Memory problems in BC++3.1 for Win.
- Date: 27 Feb 96 03:08:22 -0800
- References: <2177cc$c2110.2e@news.sfasu.edu>
- Message-ID: <00001a81+0000a890@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- Bump up the stack size in the def file - or change your logic to
- allocate heap data instead of stack using new or *alloc functions.
-
- Again - either way just change the def file. If you don't use a def
- file there is also a setting under link options to change the stack
- size I think.
-
- If that doesn't work email a sample of your code - I'll be glad to
- try it on my system,
-
- clear as mud? Good Luck!
-